<p class="Paragraph"><help:paragraphinfo state="U" number="2" xmlns:help="http://openoffice.org/2000/help"/>In the Basic IDE you can use the following keyboard shortcuts:</p>
<p class="TextInTable"><help:paragraphinfo state="U" number="5" xmlns:help="http://openoffice.org/2000/help"/>Run code starting from the first line, or from the current breakpoint, if the program stopped there before</p>
<p class="TextInTable"><help:paragraphinfo state="U" number="9" xmlns:help="http://openoffice.org/2000/help"/>Stop, then start again from the first line</p>
<p class="TextInTable"><help:paragraphinfo state="U" number="11" xmlns:help="http://openoffice.org/2000/help"/>Add <help:link Id="66469" xmlns:help="http://openoffice.org/2000/help">watch</help:link> for the variable at the cursor</p>
<p class="TextInTable"><help:paragraphinfo state="U" number="13" xmlns:help="http://openoffice.org/2000/help"/>Single step through each statement, starting at the first line or at that statement where the program execution stopped before.</p>
<p class="TextInTable"><help:paragraphinfo state="U" number="15" xmlns:help="http://openoffice.org/2000/help"/>Single step as with F8, but a function call is considered to be only <span class="T1">one</span> statement</p>
<p class="TextInTable"><help:paragraphinfo state="U" number="17" xmlns:help="http://openoffice.org/2000/help"/>Set or remove a <help:link Id="66471" xmlns:help="http://openoffice.org/2000/help">breakpoint</help:link> at the current line or all breakpoints in the current selection</p>
<p class="TextInTable"><help:paragraphinfo state="U" number="19" xmlns:help="http://openoffice.org/2000/help"/>Enable/disable the breakpoint at the current line or all breakpoints in the current selection</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="21" xmlns:help="http://openoffice.org/2000/help"/>A running macro can be aborted with Shift+Ctrl+Q, also from outside of the Basic IDE. If you are inside the Basic IDE and the macro halts at a breakpoint, Shift+Ctrl+Q stops execution of the macro, but you can recognize this only after the next F5, F8, or Shift+F8.</p>